home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / GrabShell.h.z / GrabShell.h
C/C++ Source or Header  |  2002-10-15  |  1KB  |  47 lines

  1. /* $XConsortium: GrabShell.h /main/5 1995/07/15 20:51:22 drk $ */
  2. /*
  3.  *  @OSF_COPYRIGHT@
  4.  *  COPYRIGHT NOTICE
  5.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  6.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  7.  *  the full copyright text.
  8.  */
  9. /*
  10.  * HISTORY
  11.  */
  12. #ifndef _XmGrabShell_h
  13. #define _XmGrabShell_h
  14.  
  15. #include <Xm/Xm.h>
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20.  
  21. externalref WidgetClass xmGrabShellWidgetClass;
  22.  
  23. typedef struct _XmGrabShellClassRec       * XmGrabShellWidgetClass;
  24. typedef struct _XmGrabShellWidgetRec      * XmGrabShellWidget;
  25.  
  26. #ifndef XmIsGrabShell
  27. #define XmIsGrabShell(w) XtIsSubclass(w, xmGrabShellWidgetClass)
  28. #endif /* XmIsGrabShell */
  29.  
  30.  
  31. /********    Public Function Declarations    ********/
  32.  
  33. extern Widget XmCreateGrabShell( 
  34.                         Widget parent,
  35.                         char *name,
  36.                         ArgList al,
  37.                         Cardinal ac) ;
  38.  
  39. /********    End Public Function Declarations    ********/
  40.  
  41. #ifdef __cplusplus
  42. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  43. #endif
  44.  
  45. #endif /* _XmGrabShell_h */
  46. /* DON'T ADD STUFF AFTER THIS #endif */
  47.